SetPropertyValue(TTarget,TValue) Method (PropertySetter<TTarget,TValue>)
Sets the property value.
'Declaration
Protected MustOverride Function SetPropertyValue( _
ByVal As TTarget, _
ByVal As TValue _
) As Boolean
protected abstract bool SetPropertyValue(
TTarget ,
TValue
)
protected: abstract bool SetPropertyValue(
TTarget* ,
TValue*
)
protected:
abstract bool SetPropertyValue(
TTarget^ ,
TValue^
)
Parameters
- target
- The target.
- value
- The new property value.
Return Value
True if property value is set; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5